home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1992 June: ROMin Holiday / ADC Developer CD (1992-06) (''ROMin Holiday'')_iso / Developer Connection - 06-1992.iso / Developer Essentials / DTS Sample Code / DTS Japan-Sample Code / AppleEvent•MacApp2.0•QuickDraw / Draw.MAmake < prev    next >
Encoding:
Text File  |  1992-02-05  |  1.1 KB  |  30 lines  |  [TEXT/MPS ]

  1. #---------------------------------------------------------------------
  2. #     Copyright © 1991 Apple Computer, Japan Inc. All rights reserved.
  3. #
  4. #        '91 Dec.11  Programed by Taro Tanaka
  5. #
  6. #        Developer Technical Supprt, Service and Support
  7. #        
  8. #---------------------------------------------------------------------
  9.  
  10.  
  11. #---------------------------------------------------------------------------------------------------
  12. #    List here the Application's Name
  13. AppName = Draw
  14.  
  15.  
  16. #---------------------------------------------------------------------------------------------------
  17. #    List resource files that the Rez file includes if you want to include
  18. #    more or less than the standard set
  19. OtherRsrcFiles =   ∂
  20.         "{MAObj}Printing.rsrc"  ∂
  21.         "{SrcApp}Icon.rsrc"    ∂
  22.         "{SrcApp}Views.rsrc"
  23.                 
  24. #---------------------------------------------------------------------------------------------------
  25. #    By default the MABuild links the above libraries, the necessary 
  26. #    MacApp files, and the files UAppName.p.o and MAppName.p.o.
  27. #    List any additional files that your program links with:
  28.  
  29. OtherLinkFiles = ∂
  30.             "{SrcApp}AEObjectSupportLib.o"